export interface PaperSize {
	key: string;
	name: string;
	size: string;
}
